home *** CD-ROM | disk | FTP | other *** search
- Here is a short description of the files in this directory.
-
- The gcc-versions are cross-compiled on many spark-stations and linked
- with the latest version of the MiNTLIB.
-
- You will need gcc???ba.zoo (assembler, compiler, preprocessor) and
- utlbin??.zoo (linker and some other utils).
- Optional is gcc???bb.zoo (the c++-compiler).
-
- You will also need a library, so get the libolb* and includ* files
- from Gnulib/ or the mntolb* and mntinc* files from Mintlib/
-
- In Gpluslib there is the C++-library. You need the files g++inc* and
- g++olb*. The file g++20o* is a special library linked for TTs (no
- falcons as a M68881 is required!)
-
- Copy binaries to a dir called ...\bin, libraries to ...\lib,
- C-include-files to ...\include and C++-include-files to ...\g++inc.
- Include the ...\bin-dir in your PATH-environment-variable and also set
- the following variables:
- GCC_EXEC_PREFIX to ...\bin\gcc-
- GNUINC to ...\include
- GXXINC to ...\g++inc
- GNULIB to ...\lib
-